runtime.p.mcache (field)
17 uses
runtime (current package)
mcache.go#L138: c = pp.mcache
mgc.go#L702: if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
mgc.go#L1214: pp.mcache.prepareForSweep()
mgc.go#L1658: c := p.mcache
mgc.go#L1703: pp.mcache.prepareForSweep()
mgcmark.go#L1721: c := p.mcache
mstats.go#L617: c := p.mcache
proc.go#L5636: if pp.mcache == nil {
proc.go#L5643: pp.mcache = mcache0
proc.go#L5645: pp.mcache = allocmcache()
proc.go#L5714: freemcache(pp.mcache)
proc.go#L5715: pp.mcache = nil
proc.go#L5816: gp.m.p.ptr().mcache.prepareForSweep()
proc.go#L5905: pp.mcache.prepareForSweep()
runtime2.go#L640: mcache *mcache
stack.go#L381: c := thisg.m.p.ptr().mcache
stack.go#L494: c := gp.m.p.ptr().mcache
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)